Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rpc): add exponential backoff to rpc methods #197

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

Jon-Becker
Copy link
Owner

Motivation

heimdall_common::ether::rpc functions don't implement any sort of retrying, leading to issues when calls bump up against rate-limits.

Closes #194

Solution

Implement exponential backoff retrying for these RPC functions.

@Jon-Becker Jon-Becker merged commit 8a06ce6 into main Nov 23, 2023
7 checks passed
@Jon-Becker Jon-Becker deleted the jon-becker/rpc-exponential-backoff branch January 1, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

perf: rpc exponential backoff
1 participant